home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / TOOLBAR.DFM / TOOLBAR.txt
Encoding:
Text File  |  1996-08-12  |  2.6 KB  |  123 lines

  1. object fmToolbar: TfmToolbar
  2.   Left = 228
  3.   Top = 117
  4.   Width = 520
  5.   Height = 355
  6.   Caption = 'Navigator Toolbar'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIForm
  12.   Menu = MainMenu1
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   Visible = True
  16.   WindowMenu = Window1
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 512
  23.     Height = 33
  24.     Align = alTop
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object DBNavigator1: TDBNavigator
  28.       Left = 1
  29.       Top = 4
  30.       Width = 240
  31.       Height = 20
  32.       DataSource = DM1.CustomerSource
  33.       TabOrder = 0
  34.       OnClick = DBNavigator1Click
  35.     end
  36.   end
  37.   object MainMenu1: TMainMenu
  38.     Left = 109
  39.     Top = 1
  40.     object File1: TMenuItem
  41.       Caption = '&File'
  42.       ShortCut = 0
  43.       object Close1: TMenuItem
  44.         Caption = '&Close'
  45.         ShortCut = 0
  46.         OnClick = Close1Click
  47.       end
  48.     end
  49.     object Record1: TMenuItem
  50.       Caption = '&Record'
  51.       ShortCut = 0
  52.       object First1: TMenuItem
  53.         Caption = '&First'
  54.         ShortCut = 16420
  55.         OnClick = First1Click
  56.       end
  57.       object Next1: TMenuItem
  58.         Caption = '&Next'
  59.         ShortCut = 34
  60.         OnClick = Next1Click
  61.       end
  62.       object Prior1: TMenuItem
  63.         Caption = '&Prior'
  64.         ShortCut = 33
  65.         OnClick = Prior1Click
  66.       end
  67.       object Last1: TMenuItem
  68.         Caption = '&Last'
  69.         ShortCut = 16419
  70.         OnClick = Last1Click
  71.       end
  72.       object N1: TMenuItem
  73.         Caption = '-'
  74.         ShortCut = 0
  75.       end
  76.       object Delete1: TMenuItem
  77.         Caption = '&Delete'
  78.         ShortCut = 16430
  79.         OnClick = Delete1Click
  80.       end
  81.       object Insert1: TMenuItem
  82.         Caption = '&Insert'
  83.         ShortCut = 45
  84.         OnClick = Insert1Click
  85.       end
  86.       object Cancel1: TMenuItem
  87.         Caption = '&Cancel'
  88.         ShortCut = 27
  89.         OnClick = Cancel1Click
  90.       end
  91.     end
  92.     object Window1: TMenuItem
  93.       Caption = '&Window'
  94.       ShortCut = 0
  95.       object Tile1: TMenuItem
  96.         Caption = '&Tile'
  97.         ShortCut = 0
  98.         OnClick = Tile1Click
  99.       end
  100.       object Cascade1: TMenuItem
  101.         Caption = '&Cascade'
  102.         ShortCut = 0
  103.         OnClick = Cascade1Click
  104.       end
  105.     end
  106.     object About1: TMenuItem
  107.       Caption = '&Help'
  108.       ShortCut = 0
  109.       object About2: TMenuItem
  110.         Caption = '&About'
  111.         ShortCut = 0
  112.         OnClick = About1Click
  113.       end
  114.       object Messages1: TMenuItem
  115.         Caption = '&Messages'
  116.         Hint = 'Display dialog when focus changes.'
  117.         ShortCut = 0
  118.         OnClick = Messages1Click
  119.       end
  120.     end
  121.   end
  122. end
  123.